Package lemon :: Package external :: Package epydoc :: Module html :: Class _DevNull
[show private | hide private]
[frames | no frames]

Class _DevNull


A file-like-object that ignores all input. Used by HTMLFormatter when not generating private docs, to throw away the private docs.
Method Summary
  close(self)
Do nothing.
  write(self, s)
Do nothing.

Method Details

close(self)

Do nothing.

write(self, s)

Do nothing.

Generated by Epydoc 2.0 on Mon Nov 10 15:07:48 2003 http://epydoc.sf.net